function backname =
(
tempname= $1tempname* as array 
		for i in 1 to tempname.count do
		(
		stringt=tempname[i]
		stringt.name=tempname2[i]
		)
  
tempname3= $2tempname* as array 
		for i in 1 to tempname3.count do
		(
		stringt2=tempname3[i]
		stringt2.name=tempname4[i]
		)
		
tempname5= $3tempname* as array 
		for i in 1 to tempname5.count do
		(
		stringt3=tempname5[i]
		stringt3.name=tempname6[i]
		)

tempname7= $4tempname* as array 
		for i in 1 to tempname7.count do
		(
		stringt4=tempname7[i]
		stringt4.name=tempname8[i]
		)






)